wireguard: Clear keys after suspend despite CONFIG_ANDROID=y
authorBen Hutchings <benh@debian.org>
Thu, 7 Jul 2022 16:58:43 +0000 (18:58 +0200)
committerSalvatore Bonaccorso <carnil@debian.org>
Sat, 22 Apr 2023 12:24:15 +0000 (13:24 +0100)
commitf270ac81520269952963be7c0605a473713eb26e
tree9d18e1799e96098dcc4b74417dcfd305d65eaae0
parentf7aef135bc81b148de3355c922d3500464d206e3
wireguard: Clear keys after suspend despite CONFIG_ANDROID=y

Forwarded: not-needed

WireGuard assumes that CONFIG_ANDROID implies Android power
management, i.e. user-space suspending the system automatically at
short intervals, and so does not clear keys after a suspend/resume
cycle.  Debian systems don't do that kind of power management but we
do set CONFIG_ANDROID on some architectures as a dependency of Binder.

In 5.20, CONFIG_PM_USERSPACE_AUTOSLEEP will be introduced to tell the
kernel that this kind of power management is in use, and
CONFIG_ANDROID will be removed.  For now, remove this one test that
does the wrong thing for us.

References: https://lwn.net/Articles/899743/

Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name wireguard-ignore-config_android.patch
drivers/net/wireguard/device.c